testing.testContext.running (field)

5 uses

	testing (current package)
		testing.go#L1523: 	running int
		testing.go#L1537: 		running:       1, // Set the count to 1 for the main (sequential) test.
		testing.go#L1543: 	if c.running < c.maxParallel {
		testing.go#L1544: 		c.running++
		testing.go#L1556: 		c.running--